github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/libraries/russross/blackfriday/testdata/Hard-wrapped paragraphs with list-like lines no empty line before block.html (about)

     1  <p>In Markdown 1.0.0 and earlier. Version</p>
     2  
     3  <ol>
     4  <li>This line turns into a list item.
     5  Because a hard-wrapped line in the
     6  middle of a paragraph looked like a
     7  list item.</li>
     8  </ol>
     9  
    10  <p>Here's one with a bullet.</p>
    11  
    12  <ul>
    13  <li>criminey.</li>
    14  </ul>